﻿@charset "utf-8";
/*
*存放网站基础样式
*更新此文件需要通报整个小组
*————by liudaofu 20161102
*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    color: #000;
    /*font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font: 12px/1.4 Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB","微软雅黑", Simsun, sans-self;
}
body * {
    -webkit-text-size-adjust: none;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, ul, ol, p, dl, dt, h1, h2, h3, h4, h5, h6, blockquote, input, button, form, pre {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
ul, ol {
    list-style: none;
    list-style-position: inside;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}

.clear {
    clear: both;
}

.clear:before {
    content: "";
    display: table;
    overflow: hidden;
}

.clear:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.none {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
/*公共头部*/
#header{
  margin-bottom: 20px;
}
.header{
  width: 100%;
  height: 72px;
}
.pnav-header{
  position: fixed;
  bottom: auto;
  z-index: 998;
  width: 100%;
  height: 72px;
  left: 0px;
  right: auto;
  top: 0px;
}
.topwrap{
  height: 72px;
  background-color: #cc3333;
  z-index: 998;
  font-size: 14px;
}
#dt-header-btm {
  height: 1px;
  background-color: #000;
  box-shadow: 0 1px 3px rgba(0,0,0,.8);
}
#dt-header-btm {
  opacity: .12;
  filter: alpha(opacity=12);
  z-index: 990;
}
.top{
  width:1200px;
  margin: 0 auto;
  height: 72px;
  line-height: 64px;
}
.top .logo {
  display: inline-block;
  margin: 13px 40px 13px 0;
  width:166px;
}
.top .logo img {
  display: block;
  width: 100%;
}
.nav {
  width: 690px;
  height: 72px;
  line-height: 72px;
  font-size: 17px;
  font-family: "微软雅黑";
}
#header-wrap .nav li {
  float: left;
}
.nav>li>a{
  padding:0
}
.nav li a{ 
  display: inline-block;
  height:72px;
  line-height:20px;
  float:left;
  color:#fff;
} 
.nav li i{
  font-size:18px;
  padding-right: 5px;
} 
.nav li.li-index a{
  padding:0px 20px;
}
.nav>li>a:hover{
  background: none
}
.nav .navli a{ 
  padding: 17px 32px;
  font-size: 20px;
  text-align: center;
}
.nav .navli a span{ 
  display: block;
  font-size: 12px;
}
.nav .navli a:hover,.nav .navli.active a{
  color:#fff;
  background-color:#d45151;
  padding: 17px 32px;
}
/*.nav .li-index a,.nav .li-index a.active,.nav .li-index a:hover{ color:#29BDE1} */
.headerred a{
  color:#29BDE1;
  background-color:#c73535;
}
.top-select form{
  height:36px;
  line-height: 36px;
  margin-top: 18px;
  position: relative;
} 
.top-select .se{
  height: 36px;
  line-height:36px;
  background:#fff;
  color: #666;
  border:none;
  text-indent: 0em;
  border-radius:18px;
  font-size:16px;
  width:150px;
  padding: 0 16px 0 42px;
  box-sizing: border-box;
}
.top-select .se::-webkit-input-placeholder {
  color: #999 !important;
}
.icon_select{
  position: absolute;
  top:0;
  right:auto;
  left: 15px;
}
.icon_select .iconfont {
  color: #999;
  font-size: 18px;
}
 .icon_select:hover{
  color:#960606;
}
.Login a{
  font-size:16px;
  display: inline-block; 
  float:left;
  width: auto;
  text-align: center; 
  margin: 14px 0 0 42px;
  color: #fff;
  height: auto;
  line-height: 20px;
}
.Login a .iconfont {
  display: inline-block;
  width: 23px;
  height: 23px;
}
.Login a .iconfont img {
  display: block;
  width: 100%;
  height: 100%;
}
.Login a span {
  display: block;
}
.Login a.t-zhuce{
  border:0px solid #fff;
  width:auto;
  border-radius: 0;
  color: #fff;
}
.t-login:hover span,
.t-zhuce:hover span{
    text-decoration:underline;
}
/*首页右侧浮动*/
.fr-fixed {
  position: fixed;
  top: 72px;
  right: 50%;
  margin-right: -600px;
  z-index: 1;
  width: 298px;
}
/*footer*/
.footer {
    background: #1a1a1a;
}
#footer .ship {
    font-size: 14px;
    color: #999;
    text-align: center;
}
#footer .ship span {
    display: inline;
    float: left;
    padding-top: 0;
    font-weight: 600;
    font-size: 14px;
    color: #ccc;
}
#footer .ship-a {
    display: inline-block;
    width: auto;
    overflow: hidden;
    margin-top: 22px;
    line-height: 1;
}
#footer .ship-a a {
    font-size: 14px;
    color: #ccc;
    float: left;
    display: inline-block;
    margin-left: 17px;
}
#footer .ship-a a:nth-child(1) {
    margin-left: 16px;
}
#footer .ship-a a:hover {
    text-decoration:underline;
}
#footer .about {
    overflow: hidden;
    margin-top: 7px;
    text-align: center;
    color: #ccc;
}
#footer .about a {
    display: inline-block;
    font-size: 16px;
    color: #ccc;
    padding: 0 19px;
}
#footer .about a:hover {
    text-decoration:underline;
}
#footer .door {
    font-size: 14px;
    color: #aaa;
    text-align: center;
    line-height: 44px;
    border-top: 1px solid #999;
}
#footer .door span {
  margin-right: 15px;
}
#footer .door a {
  margin-right: 14px;
}
#footer .record {
    font-size: 14px;
    color: #999;
    padding: 16px 0 20px;
    text-align: center;
}
#footer .recfont {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align:middle;
    margin: -2px 10px 0 0;
}
#footer .recfont img {
    display: block;
    width: 100%;
    height: 100%;
}
#footer .btn-success, .btn-success:focus, .btn-success:hover {
    background: #b90303;
    border: none;
    color: #fff !important;
    font-size: 12px !important;
    font-family: "微软雅黑";
}
#footer .btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.two_footer#footer .about {
    padding: 20px 0;
    margin-top: 0;
}
.two_footer#footer .door {
  margin-top: 0;
}